-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable HITS in the python API using the new primitive-based implementation #1941
Re-enable HITS in the python API using the new primitive-based implementation #1941
Conversation
…entation, cleaned up HITS tests to use benchmark fixture.
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1941 +/- ##
===============================================
Coverage ? 70.35%
===============================================
Files ? 143
Lines ? 8903
Branches ? 0
===============================================
Hits ? 6264
Misses ? 2639
Partials ? 0 Continue to review full report at Codecov.
|
…or deprecated DiGraph classes.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@gpucibot merge |
Followup PR to #1930
This PR re-enables HITS in the python API using the new C++ primitive-based implementation. This also refactors the tests to use the benchmark fixture plugin, and adds an additional dataset to read for more diverse comparison to Nx.